home *** CD-ROM | disk | FTP | other *** search
- // remember to include \atree_27\include\
- // in your include path!
-
- /*****************************************************************************
- **** ****
- **** mult.rc ****
- **** ****
- **** atree release 2.7 for Windows ****
- **** Adaptive Logic Network (ALN) simulation program. ****
- **** Copyright (C) A. Dwelly, R. Manderscheid, M. Thomas, W.W. Armstrong ****
- **** 1991, 1992 ****
- **** ****
- **** License: ****
- **** A royalty-free license is granted for the use of this software for ****
- **** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or ****
- **** modified provided this notice appears in its entirety and unchanged ****
- **** in all derived source programs. Persons modifying the code are ****
- **** requested to state the date, the changes made and who made them ****
- **** in the modification history. ****
- **** ****
- **** Patent License: ****
- **** The use of a digital circuit which transmits a signal indicating ****
- **** heuristic responsibility is protected by U. S. Patent 3,934,231 ****
- **** and others assigned to Dendronic Decisions Limited of Edmonton, ****
- **** W. W. Armstrong, President. A royalty-free license is granted ****
- **** by the company to use this patent for NON_COMMERCIAL PURPOSES to ****
- **** adapt logic trees using this program and its modifications. ****
- **** ****
- **** Limited Warranty: ****
- **** This software is provided "as is" without warranty of any kind, ****
- **** either expressed or implied, including, but not limited to, the ****
- **** implied warrantees of merchantability and fitness for a particular ****
- **** purpose. The entire risk as to the quality and performance of the ****
- **** program is with the user. Neither the authors, nor the ****
- **** University of Alberta, its officers, agents, servants or employees ****
- **** shall be liable or responsible in any way for any damage to ****
- **** property or direct personal or consequential injury of any nature ****
- **** whatsoever that may be suffered or sustained by any licensee, user ****
- **** or any other party as a consequence of the use or disposition of ****
- **** this software. ****
- **** Modification history: ****
- **** ****
- **** 92.04.27 atree v2.5 for Windows, M. Thomas ****
- **** 92.03.07 Release 2.6, Monroe Thomas ****
- **** 92.01.08 Release 2.7, Monroe Thomas ****
- **** ****
- *****************************************************************************/
-
- #ifndef WORKSHOP_INVOKED
- #include <windows.h>
- #endif
- #include "mult.h"
- #include "atree.rc"
-
-
- MENU_RESOURCE MENU
- {
- MENUITEM "&Run!", IDM_RUN
- MENUITEM "&About...", IDM_ABOUT
- MENUITEM "E&xit!", IDM_EXIT
- MENUITEM "&Help!", IDM_HELP
- }
-
- 10 DIALOG 23, 28, 155, 104
- STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | 0x80L
- BEGIN
- CONTROL "&Cool!", 1, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 14, 83, 127, 13
- CONTROL "Multiplexor Function", 2, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 43, 11, 69, 8
- CONTROL "Adaptive Logic Network Demo", 3, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 27, 46, 100, 9
- ICON "atreeico", 20, 69, 25, 16, 16, WS_CHILD | WS_VISIBLE
- CONTROL "Windows version by Monroe M. Thomas", 4, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 40, 59, 74, 17
- END
-